home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-12-30 | 693 b | 30 lines |
-
- #
- # This is the make file for the misc. lib subdirectory.
- #
- # Gershon Elber, June 1993
- #
-
- # Get the destination directories:
- include ..\makeflag.wnt
-
- OBJS = config.obj genmat.obj getarg.obj imalloc.obj irit_ftl.obj \
- ln_sweep.obj miscattr.obj miscatt2.obj priorque.obj xgeneral.obj
-
- misc_lib.lib: $(OBJS)
- -del misc_lib.lib
- $(IRITLIB) -out:misc_lib.lib *.obj
-
- install: misc_lib.lib
- copy misc_lib.lib $(LIB_DIR)
- -del misc_lib.lib
- copy *.h $(INC_DIR)
-
- # Dependencies starts here - do not touch, generated automatically.
- config.obj: config.h imalloc.h
- genmat.obj: genmat.h
- getarg.obj: getarg.h imalloc.h
- imalloc.obj: imalloc.h
- priorque.obj: priorque.h imalloc.h
- xgeneral.obj: imalloc.h
-